home *** CD-ROM | disk | FTP | other *** search
/ IRIX Development Foundation 1.1 for IRIX 6.4 / SGI IRIX 6.4 Development Foundation 1.1.iso / relnotes / patchSG0002773 / ch1.z / ch1
Text File  |  1998-03-26  |  10KB  |  331 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _P_a_t_c_h__S_G_0_0_0_2_7_7_3__R_e_l_e_a_s_e__N_o_t_e
  9.  
  10.        This release note describes patch SG0002773 to IRIX 6.2 (and
  11.        above).
  12.  
  13.        1.1  _S_u_p_p_o_r_t_e_d__H_a_r_d_w_a_r_e__P_l_a_t_f_o_r_m_s
  14.  
  15.        This patch contains bug fixes for all platforms running 6.2
  16.        (and above).  The software cannot be installed on other
  17.        configurations.
  18.  
  19.  
  20.  
  21.        1.2  _S_u_p_p_o_r_t_e_d__S_o_f_t_w_a_r_e__P_l_a_t_f_o_r_m_s
  22.  
  23.        This patch contains bug fixes for the Fortran, C, and C++
  24.        compiler development and execution environment (version
  25.        1233356910) on a system running IRIX 6.2 (and above). While
  26.        installing the patch you may notice a conflict between
  27.        patchSG0002773.compiler_dev_sw.lib and
  28.        patchSG0002773.compiler_dev_sw32.lib. These conflicts are to
  29.        be expected, so rather than overriding the conflicts, do not
  30.        install the conflicting subsystem.
  31.  
  32.  
  33.  
  34.        1.3  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_2_7_7_3
  35.  
  36.        This patch contains fixes for the following bugs.  Bug
  37.        numbers from Silicon Graphics bug tracking system are
  38.        included for reference.
  39.  
  40.           +o SGI bug number 232474: The routine
  41.             mp_set_slave_stacksize should return old value of
  42.             stacksize. With this patch the routine now returns the
  43.             previous value of stacksize.
  44.  
  45.  
  46.           +o SGI bug number 378358: The MP library had a bug in -n32
  47.             compilation where the return address was improperly
  48.             aligned in memory. This caused a problem with stack-
  49.             unwind by tools such as dbx and gprof.
  50.  
  51.  
  52.           +o SGI bug number 404228: The MP library now provides
  53.             support for data distribution, useful in the context of
  54.             distributed shared memory machines such as the Origins.
  55.  
  56.  
  57.           +o SGI bug number 441658: A user-specified signal handler
  58.             to trap control-c did not work. This patch fixes this
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.             bug, so that user-defined handlers to catch SIGINT now
  75.             work.
  76.  
  77.  
  78.           +o SGI bug number 451258: CC Sync counter can occasionally
  79.             encounter a hardware deadlock on IP25. With this patch
  80.             the use of the CC-sync counter is disabled by default.
  81.  
  82.  
  83.           +o SGI bug number 455437: Bug in using hardware fetch-
  84.             and-op on IP27 through the _DSM_FOP environment
  85.             variable (programs run with 1 thread get deadlocked).
  86.             With this patch _DSM_FOP now works correctly with
  87.             varying number of threads, including 1.
  88.  
  89.  
  90.           +o SGI bug number 455511: On IP27 the environment variable
  91.             _DSM_MUSTRUN could sometimes cause multiple threads to
  92.             be assigned to the same node, leading to poor
  93.             performance. With this patch the MP library requests a
  94.             small amount of memory per node, avoiding corner cases
  95.             that resulted in the above problem.
  96.  
  97.  
  98.           +o SGI bug number 460617: The symbol pm_filldefault
  99.             referenced by the MP library is undefined on systems
  100.             before IRIX 6.4. To allow execution on earlier systems
  101.             (e.g. IRIX 6.2) this symbol needs to be declared as
  102.             weak within the library.
  103.  
  104.  
  105.           +o SGI bug number 468925: On Origin-2000 systems although
  106.             page migration is disabled by default, once enabled the
  107.             migration level requested was extremely aggressive.
  108.             With this patch the migration level (if enabled) is
  109.             lower with the value 10 on a scale of 1-100. In
  110.             addition, the user can control the migration level
  111.             explicitly through the environment variable
  112.             _DSM_MIGRATION_LEVEL (which can take values between 1
  113.             and 100).
  114.  
  115.  
  116.           +o SGI bug number 474179: This patch cleans up two
  117.             environment variables. The first concerns data
  118.             placement on Origin-2000 systems:  _DSM_PLACEMENT is
  119.             now the recommended way to obtain either FIRST_TOUCH
  120.             data placement (default) or ROUND_ROBIN placement
  121.             (optional). The second environment variable controls
  122.             the underlying barrier implementation in the MP
  123.             runtime:  _DSM_BARRIER can now be set to FOP, enabling
  124.             the hardware uncached/fetchop barrier implementation
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.             (disabled by default).
  141.  
  142.  
  143.           +o SGI bug number 520385: This patch fixes a bug in the
  144.             handling a zero-trip parallel loop with either dynamic
  145.             or gss scheduling. Before this fix, such a parallel
  146.             loop could spin indefinitely.
  147.  
  148.  
  149.           +o SGI bug number 538673: This patch fixes a bug in
  150.             program termination when the user program has installed
  151.             a SIGCLD handler. Before this fix, such a program could
  152.             result in error messages of the form "Error doing
  153.             waitpid for slave termination".
  154.  
  155.  
  156.           +o SGI bug number 549413: breakup patch 2416 runtime into
  157.             smaller patches
  158.  
  159.  
  160.           +o SGI bug number 561897: This patch fixes a race
  161.             condition in handling the ONTO clause.
  162.  
  163.  
  164.           +o SGI bug number 562965: This patch fixes a bug in
  165.             handling overlapping portions of a distributed array.
  166.  
  167.  
  168.           +o SGI bug number 574971: This patch fixes a bug in
  169.             handling affinity for a non-distributed dimension of an
  170.             array, and in computing the loop bounds for a block-
  171.             distribution.
  172.  
  173.  
  174.           +o SGI bug number 576927: If the program exits due to an
  175.             error condition, some threads might be killed while
  176.             they are holding a lock. This fix ensures that the
  177.             program does not deadlock in that situation.
  178.  
  179.  
  180.        1.4  _S_u_b_s_y_s_t_e_m_s__I_n_c_l_u_d_e_d__i_n__P_a_t_c_h__S_G_0_0_0_2_7_7_3
  181.  
  182.  
  183.        This patch replaces patches:
  184.  
  185.        1382 1390 1481 1609 1737 1816 1896 and 2422
  186.  
  187.        This patch release includes these subsystems:
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.           +o patchSG0002773.compiler_dev_sw.lib
  207.  
  208.           +o patchSG0002773.compiler_dev_sw32.lib
  209.  
  210.           +o patchSG0002773.compiler_dev_sw64.lib
  211.  
  212.           +o patchSG0002773.compiler_eoe_sw.lib
  213.  
  214.           +o patchSG0002773.compiler_eoe_sw64.lib
  215.  
  216.  
  217.        1.5  _I_n_s_t_a_l_l_a_t_i_o_n__I_n_s_t_r_u_c_t_i_o_n_s
  218.  
  219.        Because you want to install only the patches for problems
  220.        you have encountered, patch software is not installed by
  221.        default.  After reading the descriptions of the bugs fixed
  222.        in this patch (see Section 1.3), determine the patches that
  223.        meet your specific needs.
  224.  
  225.        If, after reading Sections 1.1 and 1.2 of these release
  226.        notes, you are unsure whether your hardware and software
  227.        meet the requirements for installing a particular patch, run
  228.        _i_n_s_t.  The _i_n_s_t program does not allow you to install
  229.        patches that are incompatible with your hardware or
  230.        software.
  231.  
  232.        Patch software is installed like any other Silicon Graphics
  233.        software product.  Follow the instructions in your _S_o_f_t_w_a_r_e
  234.        _I_n_s_t_a_l_l_a_t_i_o_n _A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e to bring up the miniroot
  235.        form of the software installation tools.
  236.  
  237.        Follow these steps to select a patch for installation:
  238.  
  239.          1.  At the Inst> prompt, type
  240.  
  241.              iiiinnnnssssttttaaaallllllll ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  242.  
  243.              where _x_x_x_x_x_x_x is the patch number.
  244.  
  245.          2.  Initiate the installation sequence. Type
  246.  
  247.              IIIInnnnsssstttt>>>> ggggoooo
  248.  
  249.          3.  You may find that two patches have been marked as
  250.              incompatible.  (The installation tools reject an
  251.              installation request if an incompatibility is
  252.              detected.)  If this occurs, you must deselect one of
  253.              the patches.
  254.  
  255.              IIIInnnnsssstttt>>>> kkkkeeeeeeeepppp ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.                                   - 5 -
  269.  
  270.  
  271.  
  272.              where _x_x_x_x_x_x_x is the patch number.
  273.  
  274.          4.  After completing the installation process, exit the
  275.              _i_n_s_t program by typing
  276.  
  277.              IIIInnnnsssstttt>>>> qqqquuuuiiiitttt
  278.  
  279.  
  280.  
  281.        1.6  _P_a_t_c_h__R_e_m_o_v_a_l__I_n_s_t_r_u_c_t_i_o_n_s
  282.  
  283.        To remove a patch, use the _v_e_r_s_i_o_n_s _r_e_m_o_v_e command as you
  284.        would for any other software subsystem.  The removal process
  285.        reinstates the original version of software unless you have
  286.        specifically removed the patch history from your system.
  287.  
  288.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeee ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  289.  
  290.        where _x_x_x_x_x_x_x is the patch number.
  291.  
  292.        To keep a patch but increase your disk space, use the
  293.        _v_e_r_s_i_o_n_s _r_e_m_o_v_e_h_i_s_t command to remove the patch history.
  294.  
  295.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeeehhhhiiiisssstttt ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  296.  
  297.        where _x_x_x_x_x_x_x is the patch number.
  298.  
  299.        1.7  _K_n_o_w_n__P_r_o_b_l_e_m_s
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.